Class Summary |
CallbackInvocator |
The CallbackInvocator class implements Invocator class. |
DataStack |
The DataStack class accelerates communication between client and
Tunnel server. |
DefaultInvocationInterceptor |
|
DummyStub |
|
DynamicProxyInvocationHandler |
Implementation of InvocationHandler used by DynamicProxyStub. |
FailoverTunnelInvocationInterceptor |
|
Features |
|
HashObject |
The wraper for remote objects for its lifetime management by ProxyHashtable |
Helper |
Helper class has a number of static common methods that used by different classes in Tunneling
The most of methods uses Java reflection and used during stub generation or remote call. |
Invocator |
The abstract class that is responsible for direct access of remote objects
Invocator objects is located on Tunneling server. |
Log |
|
NamingContextFactory |
JNDI Naming Sevice SPI implementation for Tunneling. |
ProxyHashtable |
The class that keeps references of objects and tunneling objects (objects)
in a hashtable and manages lifetime of the objects. |
SerializableData |
|
SerializableEnumeration |
|
Tunnel |
Abstract class that is responsible for client-side data marshalling and
client-side object distribution protocol implementation. |
TunnelData |
The TunnelData class keeps data during marshalling and demarshalling data
during EJB tunneling. |
TunnelInvocationHandler |
Implementation of InvocationHandler used by DynamicProxyStub. |
Wraper |
Class that keeps wraper for primitive type and mehod
that recreates original value of primitive type. |